home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!gtsys.demon.co.uk
- From: Geoff Tyrer <geoff@gtsys.demon.co.uk>
- Newsgroups: comp.lang.c++
- Subject: Re: MS_VC 1.5
- Date: Sun, 25 Feb 1996 15:34:57 GMT
- Organization: None
- Message-ID: <594755334wnr@gtsys.demon.co.uk>
- References: <312F4B05.3E9A@iafrica.com>
- Reply-To: geoff@gtsys.demon.co.uk
- X-NNTP-Posting-Host: gtsys.demon.co.uk
- X-Broken-Date: Sunday, Feb 25, 1996 15.34.57
- X-Newsreader: Newswin Alpha 0.7
- X-Mail2News-Path: disperse.demon.co.uk!post.demon.co.uk!gtsys.demon.co.uk
-
- > CDatabase and CREcordset are easy to understand and use, and no
- > problems there - but when I need to implement some form of scrolling
- > thru a database table on-screen, I run into practical problems with
- > the stock textbook example of pre-filling a combo-box with all the
- > possible choices (heck, there may be thousands), so I am obviously
- > missing something!
-
- a) sub-class the listbox such that you can refresh its contents as the
- user scrolls
- b) find a custom control that will facilitate this
- c) find a custom control that can be bound to your table
-
- --
- ---------------------------------------------------------------------------
- | Geoff Tyrer EMail geoff@gtsys.demon.co.uk
- ---------------------------------------------------------------------------
-
-